projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2833cc2
)
Fix an example
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Jun 2011 03:50:13 +0000
(23:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Jun 2011 03:50:13 +0000
(23:50 -0400)
gtk/gtkaccellabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccellabel.c
b/gtk/gtkaccellabel.c
index d7ca9b1cd2f852e29ad46029e22052a273354ee4..f1c8771f4217e2cf19c00f5c9acb038d6c9cd636 100644
(file)
--- a/
gtk/gtkaccellabel.c
+++ b/
gtk/gtkaccellabel.c
@@
-87,7
+87,7
@@
* GtkAccelLabel is automatically set up to display the GtkMenuItem
* accelerators. We just need to make sure we use GTK_ACCEL_VISIBLE here. *<!---->/
* gtk_widget_add_accelerator (save_item, "activate", accel_group,
- * GDK_s, GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
+ * GDK_
KEY_
s, GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
* </programlisting>
* </example>
*/